sync.poolDequeue.headTail (field)
7 uses
	sync (current package)
		poolqueue.go#L34: 	headTail atomic.Uint64
		poolqueue.go#L81: 	ptrs := d.headTail.Load()
		poolqueue.go#L105: 	d.headTail.Add(1 << dequeueBits)
		poolqueue.go#L115: 		ptrs := d.headTail.Load()
		poolqueue.go#L127: 		if d.headTail.CompareAndSwap(ptrs, ptrs2) {
		poolqueue.go#L150: 		ptrs := d.headTail.Load()
		poolqueue.go#L161: 		if d.headTail.CompareAndSwap(ptrs, ptrs2) {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |